home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / komercni software / miton / SystemMechanic7Pro.exe / {app} / smhtml.dll / 1033 / HTML / OVERVIEW.CSS < prev    next >
Cascading Style Sheet File  |  2008-01-24  |  3KB  |  172 lines

  1. @charset "utf-8";
  2. /*background layer*/
  3. .system_sta_body {
  4.     padding-bottom: 0px;
  5.     height: 112px;
  6.     position: relative;
  7. }
  8.  
  9. a.link_view_problems{
  10.     display:block;
  11.     margin-top: 3px;
  12. }
  13.  
  14. /*Tack Area*/
  15. .ov_tack {
  16.     width: 140px;
  17.     position: absolute;
  18.     right: 30px;
  19.     bottom: 0px;
  20.     z-index: 3;
  21.     height: 160px;
  22. }
  23. #tack_overall {
  24.     width: 140px;
  25.     height: inherit;
  26.     position: absolute;
  27.     bottom: 79px;
  28.     left: 0px;
  29. }
  30. #tack_health {
  31.     height: 67px;
  32.     width: 70px;
  33.     position: absolute;
  34.     left: 0px;
  35.     bottom: 12px;
  36. }
  37. #tack_security {
  38.     position: absolute;
  39.     height: 67px;
  40.     width: 70px;
  41.     left: 70px;
  42.     bottom: 12px;
  43. }
  44. #tack_bottom {
  45.     position:absolute;
  46.     width:140px;
  47.     height:12px;
  48.     bottom: 0px;
  49.     left: 0px;
  50. }
  51. /*content Holder*/
  52. .ov_contentHolder {
  53.     width: 490px;
  54.     top: -3px;
  55.     position: absolute;
  56.     height: 136px;
  57. }
  58. /*text area*/
  59. .ov_text {
  60.     height: auto;
  61.     width: 320px;
  62.     padding: 13px 0px 0px 15px;
  63.     position: absolute;
  64.     top: 0px;
  65.     left: 1px;
  66. }
  67. .system_status {
  68.     font-size: 17px;
  69.     font-weight: bold;
  70.     display: block;
  71.     margin-bottom: 5px;
  72.     width: 300px;
  73. }
  74. .ov_text p {
  75.     margin-top: 3px;
  76.     margin-bottom: 15px;
  77. }
  78. p#pOverallDetailsText{
  79.     margin-top: 3px;
  80.     width: 288px;
  81.     margin-bottom: 15px;
  82.     margin-bottom: 15px;
  83. }
  84. .scanned_time {
  85.     position: absolute;
  86.     height: 20px;
  87.     width: 320px;
  88.     bottom: 0px;
  89.     left: 0px;
  90.     padding-left: 15px;
  91.     padding-top: 2px;
  92.     color: #000000;
  93.     font-size: 11px;
  94. }
  95. /*****Product Status*********/
  96. .prod_sta_body{
  97.     height:90px;
  98.     position: relative;
  99.     padding-bottom: 0px;
  100. }
  101. .product_status{
  102.     bottom: 0px;
  103. }
  104. td.divider{border-right:1px solid #ccc}
  105.  
  106. .product_status p{
  107.     margin:0 0 6px 0
  108. }
  109. .spSubscriptionExpDate{color:#777}
  110. p#pUpdateButton{margin-top:11px;}
  111. p#pSubscriptionButton{
  112.     margin-top:0px;
  113. }
  114.  
  115.  
  116. #divLastAnalysisText {
  117.     color: #777777;
  118.     margin-left: 10px;
  119. }
  120. .system_status_position_holder {
  121.     position:relative;
  122.     top:0;
  123.     left:0;
  124.     height:160px;
  125.     width:519px;
  126.  
  127. }
  128. td.overview_critical {
  129.     background-image: url(O_bg_critical.jpg);
  130.     background-repeat: no-repeat;
  131.     background-position: left top;
  132.     padding:20px 30px 0px 30px;
  133.     height:  114px;
  134. }
  135. td.overview_low {
  136.     background-image: url(O_bg_low.jpg);
  137.     background-repeat: no-repeat;
  138.     background-position: left top;
  139.     padding: 20px 30px 0px 30px;
  140.     height:  114px;
  141. }
  142. td.overview_fair {
  143.     background-image: url(O_bg_fair.jpg);
  144.     background-repeat: no-repeat;
  145.     background-position: left top;
  146.     padding: 20px 30px 0px 30px;
  147.     height: 114px;
  148. }
  149. td.overview_good {
  150.     background-image: url(O_bg_good.jpg);
  151.     background-repeat: no-repeat;
  152.     background-position: left top;
  153.     padding: 20px 30px 0px 30px;
  154.     height:  114px;
  155. }
  156. td.overview_unknown {
  157.     background-image: url(O_bg_unknown.jpg);
  158.     background-repeat: no-repeat;
  159.     background-position: left top;
  160.     padding: 20px 30px 0px 30px;
  161.     height: 114px;
  162. }
  163. .tip{
  164.     width:100%;
  165.     margin-top: -1px;
  166. }
  167.  
  168. #divHints{
  169. width:100%;
  170. padding:0;
  171. margin:0;
  172. }